From 8583c64e68da6d684a9569b9aeced4244e027e09 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 27 Mar 2004 20:36:03 +0000 Subject: [PATCH] some more li adjustments for opera --- stylesheets/mono/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/stylesheets/mono/main.css b/stylesheets/mono/main.css index b68f77e9e4..b5a65b7c36 100644 --- a/stylesheets/mono/main.css +++ b/stylesheets/mono/main.css @@ -168,7 +168,7 @@ h6 { ul { - line-height: 1.2em; + line-height: 1.5em; list-style-type: square; margin: 0.3em 0 0 1.5em; padding:0; @@ -184,7 +184,7 @@ ul a, ol a { text-decoration: none; } li { - margin-bottom: 0.4em; + margin-bottom: 0.1em; } dt { font-weight: bold; @@ -399,7 +399,7 @@ pre { } .portlet h5 { /* background: #fabd23;*/ - background: White; + background: transparent; /* border: 1px solid #fabd23; border-style: solid solid none solid;*/ padding: 0em 1em 0em 0.5em; @@ -465,15 +465,15 @@ pre { } .portlet ul { + line-height: 1.5em; list-style-type: square; list-style-image: url("bullet.gif"); - font-size:107%; + font-size:108%; } .portlet li { - line-height: 1.3em; - font-size:106%; padding:0; - line-height: 1em; + margin: 0 0 0 0; + margin-bottom: 0; } .even { -- 2.20.1